home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / misc / VMM_src.lha / VMM / errors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-16  |  1.0 KB  |  36 lines

  1. /* General success codes for functions of return type int. 
  2.  */
  3. #define SUCCESS              0
  4. #define ERR_MSG_POSTED       1
  5. #define ERR_NOT_ENOUGH_MEM   2
  6. #define ERR_NO_PAGING_FILE   3
  7. #define ERR_NO_SPACE         4
  8. #define ERR_FAILED_IO        5
  9. #define ERR_FILE_IS_DIR      6
  10. #define ERR_INTERNAL         7
  11. #define ERR_INHIBIT_FAILED   8
  12. #define ERR_WRONG_BLOCKSIZE  9
  13. #define ERR_NO_DISKINFO      10
  14. #define ERR_NOT_VALIDATED    11
  15. #define ERR_OUT_OF_BOUNDS    12
  16. #define ERR_NO_FFS           13
  17. #define ERR_NO_CONFIG_FILE   14
  18. #define ERR_CORRUPT_CFG_FILE 15
  19. #define ERR_VOLUME_NOT_FOUND 16
  20. #define ERR_LOW_VERSION      17
  21. #define ERR_NO_DOS           18
  22. #define ERR_NO_INTUITION     19
  23. #define ERR_NO_GFX           20
  24. #define ERR_NO_UTILITY       21
  25. #define ERR_NO_EXPANSION     22
  26. #define ERR_NO_COMMODITIES   23
  27. #define ERR_WRONG_CPU        24
  28. #define ERR_NO_ADDR_SPACE    25
  29. #define ERR_NO_PREFS         26
  30. #define ERR_NO_STATWINDOW    27
  31. #define ERR_NO_REXX          28
  32. #define ERR_DYN_MAP_FAILED   29
  33.  
  34. #define ERR_MAX_ERRNO        29
  35.  
  36.